home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Code Resources / Icon (Sys7) LDEF / About Icon LDEF.txt next >
Encoding:
Text File  |  1993-11-15  |  697 b   |  26 lines  |  [TEXT/KAHL]

  1. About Icon LDEF -
  2.  
  3.     Makes a list similar to the Chooser: a system 7 icon with text
  4.     underneath. Cell data should be of the format:
  5.     
  6.     
  7.         <Icon Suite Handle> <Text Data>
  8.             (4 Bytes)        (? Bytes)
  9.             
  10.                      - or -
  11.     
  12.         <Arbitrary Data Not for Display>
  13.                    (? Bytes)
  14.                 
  15.      
  16.      Because of the manner the icons are stored and displayed, the
  17.      LDEF requires System 7 or later. Placing a Nil handle in the
  18.      first 4 Bytes will leave the icon blank white.
  19.      
  20.      Do not let the system auto-calc the cell size (by passing size
  21.      (0,0)), or your icons wont fit. Cells should be (40, 60) to 
  22.      accomodate the icons and titles.
  23.     
  24.     
  25. Written by - Matt Slot, fprefect@umich.edu
  26.